menu button: Use proper focus api
authorMatthias Clasen <mclasen@redhat.com>
Sun, 9 Jun 2019 02:19:30 +0000 (02:19 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 9 Jun 2019 17:38:54 +0000 (17:38 +0000)
commitae8373f116a8fcae3a35bcf7e28bb61247b84493
tree55176f7930c53a0378dc99624b4311564bbd7ce4
parentf01e5d22671772e7aa50c6707aae9fdb427eed4b
menu button: Use proper focus api

Widgets are supposed to call gtk_widget_child_focus.
Calling internal focus_move function directly makes
us skip the childs ::focus() implementation, which
is where the magic happens.
gtk/gtkmenubutton.c